home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_13596.txt < prev    next >
Text File  |  1990-08-07  |  6KB  |  239 lines

  1. -- card: 13596 from stack: in.0-2
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 13462
  5. -- name: usingBtns
  6. ----- HyperTalk script -----
  7. -- This handler displays the intro text when the card is closed.
  8. on closeCard
  9.   displayText 0
  10. end closeCard
  11.  
  12.  
  13.  
  14. -- part 2 (button)
  15. -- low flags: 00
  16. -- high flags: 2000
  17. -- rect: left=68 top=147 right=175 bottom=100
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 8419 / 8419
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: rightArrow
  26. ----- HyperTalk script -----
  27. -- This handler displays the appropriate text.
  28. -- The "displayText" handler is in the stack script.
  29. on mouseUp
  30.   displayText 1
  31. end mouseUp
  32.  
  33.  
  34.  
  35. -- part 3 (button)
  36. -- low flags: 00
  37. -- high flags: 2000
  38. -- rect: left=103 top=147 right=175 bottom=135
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 1014 / 1014
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: rightArrow
  47. ----- HyperTalk script -----
  48. -- This handler displays the appropriate text.
  49. -- The "displayText" handler is in the stack script.
  50. on mouseUp
  51.   displayText 2
  52. end mouseUp
  53.  
  54.  
  55.  
  56. -- part 4 (button)
  57. -- low flags: 00
  58. -- high flags: 2000
  59. -- rect: left=137 top=145 right=178 bottom=177
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 14953 / 14953
  62. -- text alignment: 1
  63. -- font id: 0
  64. -- text size: 12
  65. -- style flags: 0
  66. -- line height: 16
  67. -- part name: rightArrow
  68. ----- HyperTalk script -----
  69. -- This handler displays the appropriate text.
  70. -- The "displayText" handler is in the stack script.
  71. on mouseUp
  72.   displayText 3
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 5 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=181 top=145 right=179 bottom=220
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 10112 / 10112
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: HomeIcon
  89. ----- HyperTalk script -----
  90. -- This handler displays the appropriate text.
  91. -- The "displayText" handler is in the stack script.
  92. on mouseUp
  93.   displayText 4
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 6 (button)
  99. -- low flags: 00
  100. -- high flags: 2000
  101. -- rect: left=226 top=147 right=177 bottom=266
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 32670 / 32670
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: rightArrow
  110. ----- HyperTalk script -----
  111. -- This handler displays the appropriate text.
  112. -- The "displayText" handler is in the stack script.
  113. on mouseUp
  114.   displayText 5
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 7 (button)
  120. -- low flags: 00
  121. -- high flags: 2000
  122. -- rect: left=273 top=146 right=179 bottom=313
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 21060 / 21060
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: rightArrow
  131. ----- HyperTalk script -----
  132. -- This handler displays the appropriate text.
  133. -- The "displayText" handler is in the stack script.
  134. on mouseUp
  135.   displayText 6
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part 8 (button)
  141. -- low flags: 00
  142. -- high flags: 2000
  143. -- rect: left=318 top=146 right=179 bottom=358
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 9761 / 9761
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: rightArrow
  152. ----- HyperTalk script -----
  153. -- This handler displays the appropriate text.
  154. -- The "displayText" handler is in the stack script.
  155. on mouseUp
  156.   displayText 7
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 11 (field)
  162. -- low flags: 01
  163. -- high flags: 2002
  164. -- rect: left=68 top=185 right=240 bottom=403
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 0
  168. -- font id: 174
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 12
  172. -- part name: textDisplay
  173.  
  174.  
  175. -- part 12 (field)
  176. -- low flags: 80
  177. -- high flags: 0007
  178. -- rect: left=71 top=243 right=342 bottom=446
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 0
  182. -- font id: 174
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 14
  186. -- part name: text
  187.  
  188.  
  189. -- part 14 (button)
  190. -- low flags: 00
  191. -- high flags: 2000
  192. -- rect: left=363 top=146 right=179 bottom=403
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 2478 / 2478
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: rightArrow
  201. ----- HyperTalk script -----
  202. -- This handler displays the appropriate text.
  203. -- The "displayText" handler is in the stack script.
  204. on mouseUp
  205.   displayText 8
  206. end mouseUp
  207.  
  208.  
  209.  
  210. -- part contents for card part 11
  211. ----- text -----
  212. When you click on the objects above, information about them will appear here.
  213.  
  214. -- part contents for card part 12
  215. ----- text -----
  216. [0] When you click on the objects above, information about them will appear here.
  217. [1] Clicking on an arrow facing to the right will take you to the next piece of information.
  218. [2] Clicking on a left-facing arrow will take you to the preceding piece of information.
  219. [3] A bent arrow like this will usually take you back to a menu.
  220. [4] A button that is called ‚ÄúHome‚Äù or has a home drawing on it will take you to the Home stack of HyperCard. You will learn more about Home later.
  221. [5] A button like this will show you all the cards in a HyperCard stack. You will learn more about stacks and cards later.
  222. [6] Question mark buttons are ‚ÄúHelp‚Äù buttons. They will provide you with information about how to use HyperCard.
  223. [7] Buttons that look like compasses or maps will take you to 
  224. ‚ÄúStack Maps.‚Äù  Maps will show you where you are in HyperCard, and will also allow you to choose to go someplace else.
  225. [8] This button stands for ‚Äúmore information‚Äù‚Äîclicking it will usually bring up some more text to tell you about what you are seeing on the screen.
  226. [9]
  227.  
  228. -- part contents for background part 1
  229. ----- text -----
  230. Here are samples of the kinds of buttons you will see most often in HyperCard. Click on them to see what they do.
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. Click the close box when you have finished reading about the buttons.